net/textproto.dotReader.state (field)
16 uses
net/textproto (current package)
reader.go#L316: state int
reader.go#L333: for n < len(b) && d.state != stateEOF {
reader.go#L342: switch d.state {
reader.go#L345: d.state = stateDot
reader.go#L349: d.state = stateCR
reader.go#L352: d.state = stateData
reader.go#L356: d.state = stateDotCR
reader.go#L360: d.state = stateEOF
reader.go#L363: d.state = stateData
reader.go#L367: d.state = stateEOF
reader.go#L374: d.state = stateData
reader.go#L378: d.state = stateBeginLine
reader.go#L384: d.state = stateData
reader.go#L388: d.state = stateCR
reader.go#L392: d.state = stateBeginLine
reader.go#L398: if err == nil && d.state == stateEOF {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |